From f5c27476a5225b6c8b005531d7055b0bc534af49 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 2 Dec 2010 15:58:57 -0500 Subject: [PATCH] Don't require a display for the color test Its not really needed, and the build bot doesn't have X... --- gdk/tests/gdk-color.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gdk/tests/gdk-color.c b/gdk/tests/gdk-color.c index 008f425e28..3c3955a3cc 100644 --- a/gdk/tests/gdk-color.c +++ b/gdk/tests/gdk-color.c @@ -94,7 +94,6 @@ int main (int argc, char *argv[]) { g_test_init (&argc, &argv, NULL); - gdk_init (&argc, &argv); g_test_add_func ("/color/parse", test_color_parse); g_test_add_func ("/color/to-string", test_color_to_string); -- 2.30.2